Demo Part 1 - Typical workflow

1. Help menu:
	bash ./slkct.sh help

2. Login:
    bash ./slkct.sh login -user stronglink -password password -domain radium -ip 10.11.40.112

3. Create stores:
    bash ./slkct.sh create-store -name SlkctDemoAMStore1 -description SlkctDemoAMStore1 -url store10-v40:/mnt/data0/LabNFS-0/QA/Jaime/slkct -type NFS -mode advanced -state enabled -archive false -options default
	
	bash ./slkct.sh create-store -name SlkctDemoMStore1 -description SlkctDemoMStore1 -url store10-v40:/mnt/data0/LabNFS-0/QA/Jaime/Managed -type NFS -mode managed -state enabled -archive true -options default

4. Create pool
    bash ./slkct.sh create-smart-pool -name SlkctDemoSmartpool1 -description SlkctDemoSmartpool1 -max-container-size 0 -max-container-object-size 0 -smart-pool-type advanced_managed -store SlkctDemoAMStore1

5. Create namespace:
    bash ./slkct.sh create-namespace -name SlkctDemoNamespace1
	
6. Run ingest job
	bash ./slkct.sh create-job -name SlkctDemotIngestJob1 -policy ingest -source-store SlkctDemoMStore1 -path 1Dir -destination-namespace SlkctDemoNamespace1 -destination-pool SlkctDemoSmartpool1 -thumbnail-generation false -harvest-extended-metadata false -ingest-by-reference false -update-permissions-acls false



Demo Part 2 - Config file

bash ./slkct.sh config-file -file TestConfigFile.json